| 1. | Tail recursion and transformations 尾递归及其转换 |
| 2. | Learn more than you ever wanted to know about tail recursion from the jargon file 的知识,您可以从中学到比您曾想学到的更多。 |
| 3. | For a good discussion of tail recursion and its conversion to iteration , check out the 欲详细了解尾递归及其到迭代的转换,请参阅 |
| 4. | Can your jit transform tail recursion on code while preserving language semantics 清单4 .您的jit会在保持语言语义的同时转换尾递归代码吗? |
| 5. | Although the manual is , of course , written for common lisp , the discussion on tail recursion is applicable to other languages , including the java language 虽然这本手册是(当然是)为common lisp写的,但其中关于尾递归的讨论也适用于其他语言,包括java语言。 |
| 6. | So , as the example in listing 3 shows , we cannot expect static compilers to perform transformation of tail recursion on java code while preserving the semantics of the language 因此,如清单3中的示例所示,我们不能期望静态编译器会在保持语言语义的同时对java代码执行尾递归转换。 |
| 7. | He shows why this matters and offers a bit of code to help you determine whether your just - in - time compiler can transform tail recursion on code while preserving semantics 他说明了为什么这是一个重要问题,并提供了一段代码来帮助判断您的即时( jit )编译器是否会在保持语言语义的同时做尾递归代码转换。 |